home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / prog / regist.zip / REGISTER.DOC < prev    next >
Text File  |  1993-05-15  |  7KB  |  184 lines

  1.  
  2.                            REGISTER
  3.  
  4.                ****************************************
  5.                         Version 1.1   05\10\1993
  6.                         REGISTRATION FEE: $5.00
  7.  
  8.                         William A. Phillips
  9.                         RT 1 Box 397 Piney Grove rd
  10.                         Danbury, NC 27016
  11.  
  12.                         Registration gets $2.00 off
  13.                         other products. And current release.
  14.  
  15.                ****************************************
  16.  
  17.             NOTICE OF USE
  18.  
  19.      You may use this program with your program for registration use. You
  20.      may send the REGISTER(S) program(S) to the SHAREWARE buyers if you choose
  21.      but you must mention that this is an added SHAREWARE program that needs
  22.      to be registered if used for the shareware buyer to use with their own
  23.      programs. If they are not going to use the register programs for their
  24.      shareware then they do not have to register it.
  25.  
  26.      Basically if you are going to use the register program with your programs
  27.      you need to register the REGISTER program. Buyers of your programs that
  28.      use your shareware with the register program who are not going to use the
  29.      register program for their shareware programs do not have to register
  30.      the register program.
  31.  
  32.  
  33.       REGISTER is a registration program that can be hooked into a mother
  34.   program. It comes as a Self standing program for a batch file or program
  35.   to execute, A TURBO PASCAL TPU file, or a procedure that can be inculded
  36.   in program code.
  37.  
  38.   REUIREMENTS: IBM Compatible with DOS 3.0+
  39.  
  40.   The program provides a Screen for describing a product and other products.
  41.   The registration fee is in red.
  42.   You can add multiple entries if you wish.
  43.  
  44.                        HOW IT WORKS
  45.        If you want the registration screen to automatically display an entry
  46.   YOU MUST HAVE AN ENTRY 01 ON THE DTATBASE. The program upon initialization
  47.   Reads for an ENTRY 01 to display. There are two major types of operation
  48.   with the register program. There are three modules each (PROGRAM, TPU,
  49.   PROCEDURE) one set REGCON* will continuosly show the entry every time the
  50.   mother program is executed. The REGDEP will show the screen DEPENDING
  51.   on whether the F5 key to print the registration was pushed on the register
  52.   entry screen or not. If using the REGDEP series and the F5 key is pushed
  53.   the register program changes the entry to "RR" registered meaning the
  54.   register entry was printed. That doesn't mean they sent it in but if they
  55.   attempt to print and register your mother program then when they execute
  56.   your program the register screen will not come up.
  57.   They are encouraged to look at other entries in the database. Which you
  58.   might specify in your README documentation.
  59.  
  60.   MODULE NAMES AND OPERATION
  61.  
  62.   REGCONPG - Stand alone program that coninuously shows registration.
  63.  
  64.   REGCONU  - TURBO PASCAL TPU unit which continuously shows registration.
  65.  
  66.   REGCONP  - TURBO PASCAL procedure code which continuously shows registration.
  67.  
  68.   REGDEPPG - Stand alone program dependently shows registration (F5 print key).
  69.  
  70.   REGDEPU  - TURBO PASCAL TPU unit dependently shows registraton.
  71.  
  72.   REGDEPP  - TURBO PASCAL procedure that dependently shows registration.
  73.  
  74.   IMPLEMENTING THE VARIOUS TYPES
  75.  
  76.    For RECONPG or REGDEPPG you can either execute it in a batch program with
  77.    your program in the batch file or for instance in a PASCAL PROGRAM
  78.  
  79.    Progname := 'REGCONPG.EXE'; /* (or 'REGDEPPG.EXE')
  80.    Parmstr  := ' ';
  81.    EXECOS(Progname,Parmstr,Code);
  82.  
  83.   For REGCONU or REGDEPU you enter these as units on the USES statement and
  84.   just execute them in the code.
  85.  
  86.    REGDEP; /* is the dependent  unit procedure name.
  87.    REGCON; /* is the continuous unit procedure name.
  88.  
  89.   For the procedures REGDEPP and REGCONP include them in the code of your
  90.   PASCAL program with the {$I REGDEPP.PAS} statement
  91.   and execute in the code as a procedure:
  92.  
  93.    REGDEPP;  or
  94.    REGCONP;
  95.  
  96.    If you have trouble testing and setting up the register you can del
  97.    the files and re-execute the program: The data file and indices will
  98.    be rebuilt.
  99.  
  100.    REGISTER.DAT
  101.    REGISTER.I*
  102.  
  103.    You execute the REGISTER program to set up your data.
  104.  
  105.    On any of the programs that show the REGISTER screen you can
  106.    There are two keys one on entry and one on name. To use a key
  107.    in retrieval place the cursor on one of theose fields.
  108.  
  109.    Depress F2 to get the next entry
  110.  
  111.    Depress F3 to get the previous entry
  112.  
  113.    Depress F4 to serach for greater than Key entry
  114.  
  115.    Depress F5 to LIST TO REGISTER;
  116.  
  117.    Depress F6 to ADD an entry
  118.  
  119.    Depress F7 to update an entry
  120.  
  121.    Depress F8 to delete an entry
  122.  
  123.    Depress F10 to rebuild an index, Dump the data to a typed file
  124.     or reload data from the typed file. This feature SORT of works and
  125.     is being worked on.
  126.  
  127.    This program is intended to help people find an easy way to Display registration
  128.    as well as advertise other programs and nothing else. If there are problems
  129.    every attempt will be made to solve the problems for the purpose of getting
  130.    the program to work for you for registration purposes only.
  131. *N*
  132.                  PROBLEM RESOLUTION
  133.  
  134.      If there is a problem with program execution:
  135.  
  136.     1) Try deleting the indexes E.G. "DEL REGISTER.I*". When you are back
  137.        in the program depress the F10 key then the F1 key to rebuild the
  138.        indexes.
  139.  
  140.     2) If problems persist depress F10 then F3 to dump the data. Then exit
  141.        the program. Delete the data file and indexes "DEL REGISTER.DAT" and
  142.        "DEL REGISTER.I*". Re-execute the program. Depress F10 Then F2 to reload
  143.        the data. Delete any unwatnted entries. Exit the program then
  144.        re-execute the program and continue.
  145.  
  146.     3) If problems persist delete the data file and indexes and re-enter
  147.        the data.
  148. *N*
  149.    BLDPAS is a TURBO PASCAL program screenpainter/program/database generator.
  150.    It will generate a working database program in color with just painting
  151.    a screen and answering a questions about attributes, colors, Keys. You
  152.    can enter up to 12 keys on 12 different fields.
  153.  
  154.    ZOOMCHAR scrolls 3" color letters across your screen like a billboard.
  155.    It has it's own database you can store phrases in and you can chain phrases
  156.    together. You can enter just the text on the phrase line or
  157.    SCROLL AN ASCII TEXT FILE. Can be used for Advertisement, Messageing,
  158.    Screen saver.
  159.  
  160.    FEDERAL BALANCE THE BUDGET LOTTERY is a lottery game. You can add entries
  161.    of numbers with a range of 1 to 8 numbers from 1 to 99. You can add up to
  162.    5 lines however only the first line is checked with th DRAW TILL WIN
  163.    feature. You can generate random numbers to enter. After the entries are
  164.    added you can set off the DRAW TILL WIN FEATURE to generate random numbers
  165.    till a match is found or a limit is reached. If the limit is reached the
  166.    entry that is just greater than the random entry at the limit is chosen as
  167.    the winner.
  168.  
  169.  
  170.           REGISTER ORDER FROM
  171.  
  172.     COPIES
  173.      __   REGISTER        X $5.00  = ________
  174.  
  175.      __   BLDPAS          X $20.00 = ________
  176.  
  177.      __   ZOOMCHAR        X $10.00 = ________
  178.  
  179.      __   FEDERAL LOTTERY X $15.00 = ________
  180.  
  181.  
  182.           WILLIAM A. PHILLIPS
  183.           RT1 Box 397 Piney Grove RD.
  184.           Danbury, NC 27016 USA